home *** CD-ROM | disk | FTP | other *** search
- VT102 Key Support - Set #2
- ──────────────────────────
-
- This set is the more traditional of the two sets provided. It works best with
- the 83-key keyboard.
-
- This file may be used in place of COMMO.MAC (by renaming it) or you may
- combine elements of both (check for duplicate key definitions). It may also
- be loaded automatically as part of a login macro, using the MACLoad function.
- See Appendices D and E in COMMO.DOC for details.
-
- Keypad and backspace keys
- ───────────────────────────────────────────────────────────────────────────
-
- {:hom} {send ^[[H} {} Home
- {:chm} {send ^[[L} {} ^Home
- {:pgu} {send ^[[Or} {} PgUp
- {:cpu} {send ^[[M} {} ^PgUp
- {:pgd} {send ^[[Oq} {} PgDn
- {:cpd} {send ^[[H^[[2J} {} ^PgDn
- {:end} {send ^[[K} {} End
-
- {:upa} {vtcur ^[[A|^[OA} {} Up Arrow
- {:dna} {vtcur ^[[B|^[OB} {} Down Arrow
- {:lfa} {vtcur ^[[D|^[OD} {} Left Arrow
- {:rta} {vtcur ^[[C|^[OC} {} Right Arrow
-
- {:ins} {send ^[On} {} Insert
- {:del} {send } {} Delete
-
- {:bsp} {send ^H} {} Backspace
- {:cbs} {send } {} ^Backspace
-
- Function keys Key VT102 function
- ───────────────────────────────────────────────────────────────────────────
-
- {:nf1} {send ^[OP} {} F1 (PF1)
- {:nf2} {send ^[OQ} {} F2 (PF2)
- {:sf1} {send ^[OR} {} SF1 (PF3)
- {:sf2} {send ^[OS} {} SF2 (PF4)
-
- {:nf3} {vtpad 7|^[Ow} {} F3 (7)
- {:nf4} {vtpad 8|^[Ox} {} F4 (8)
- {:sf3} {vtpad 9|^[Oy} {} SF3 (9)
- {:sf4} {vtpad -|^[Om} {} SF4 (-)
- {:nf5} {vtpad 4|^[Ot} {} F5 (4)
- {:nf6} {vtpad 5|^[Ou} {} F6 (5)
- {:sf5} {vtpad 6|^[Ov} {} SF5 (6)
- {:sf6} {vtpad ,|^[Ol} {} SF6 (,)
- {:nf7} {vtpad 1|^[Oq} {} F7 (1)
- {:nf8} {vtpad 2|^[Or} {} F8 (2)
- {:sf7} {vtpad 3|^[Os} {} SF7 (3)
- {:sf8} {vtpad ^m|^[OM} {} SF8 (Enter)
- {:nf9} {vtpad 0|^[Op} {} F9 (0)
- {:nf0} {vtpad 0|^[Op} {} F10 (0)
- {:sf9} {vtpad .|^[On} {} SF9 (.)
- {:sf0} {vtpad ^m|^[OM} {} SF10 (Enter)
-
-